home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / bbs_lord / life118d.zip / LIFE.ZIP / TESTTXT.VAR < prev    next >
Text File  |  1995-09-30  |  1KB  |  24 lines

  1. //VERY VERY VERY VERY IMPORTANT!!! ALWAYS ALWAYS ALWAYS DELETE THE
  2. // *.VAT FILE WHENEVER YOU CHANGE THIS FILE!!!!! YOU MUST
  3. // DELETE THE *.VAT FILE CUZ IT HOLDS THE DATA AND WHEN THIS
  4. // FILE CHANGES SO DOES THE WAY THE DATA FILE IS SETUP
  5. // SO IF YOU CHANGE THIS THEN WHEN BACK IN DOS TYPE: del *.vat
  6. // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  7. //Those two slashes at the beginning of the line mean a remark.
  8. //Be sure you use the FORWARD slashes to indicate your
  9. //remark statements.
  10. //Also be sure they are the first thing on the line with no space
  11. //before them.
  12. //
  13. //Following is the DATE ... NEEDED IF YOUR GAME CHANGES VALS DAILY
  14. //This means allowing a user to do things once a day
  15. (TestDate) Date;
  16. //Following is an Integer
  17. (TestInt) Integer;
  18. //Folowing is a  string...which can be up to 100 charachters long.
  19. (TestStr) String;
  20. //Following is a double var...doubles are relatively limitless numbers.
  21. (TestDouble) Double;
  22. //Following is a long ... these are the same as lord uses for gold and exp
  23. (TestLong) Long;
  24.